home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / mac / Drag to Hard Disk / Xtras / XtraInfo.txt < prev   
Encoding:
Text File  |  1998-04-20  |  7.7 KB  |  181 lines  |  [TEXT/ttxt]

  1. --  Xtra Name Mapping --
  2. --  Copyright 1997 Macromedia, Inc.
  3. --  $Revision: 22 $
  4. --
  5. --
  6. --  PURPOSE
  7. --
  8. --  Director refers to this file when you create a projector.
  9. --  This file is a master list of Xtras and their related filenames.
  10. --
  11. --  The typical Xtra has a different filename for each operating system
  12. --  it runs on, therefore Director uses this file to spell out each of
  13. --  those filenames.
  14. --
  15. --  Director maintains a list of Xtras required by a given movie.
  16. --  That customized list is stored inside the movie file itself.
  17. --
  18. --  This file only provides a simple way for Director to know the
  19. --  filenames of various versions (Mac, Windows, etc.) of a given Xtra.
  20. --
  21. --
  22. --
  23. --  BACKGROUND
  24. --
  25. --  Director keeps track of which Xtras your movie requires by
  26. --  information in the Modify-->Movie-->Xtras menu command.  You can
  27. --  add and remove Xtras using this menu command.
  28. --  
  29. --  Additionally, Director will automatically add asset Xtras to the list
  30. --  whenever you use the Insert menu command to create a new castmember.
  31. --  If you Insert a castmember which is being provided by an Xtra, Director
  32. --  will automatically add that Xtra to the movie's Xtra list.
  33. --
  34. --  As a safety measure, Director will NOT automatically remove items
  35. --  from the movie's list of Xtras.  When you delete all of the castmembers
  36. --  created by a specific Xtra, this does *not* cause Director to remove the
  37. --  name of the Xtras from the Modify-->Movie-->Xtras settings.
  38. --
  39. --  Remember, for any given movie, this information is stored inside
  40. --  the movie file itself.
  41. --
  42. --  To remove items from the list, you must do so manually, using the
  43. --  Modify-->Movie-->Xtras menu command.
  44. --
  45. --
  46. --
  47. --  DESCRIPTION
  48. --
  49. --  Each line is a record describing one Xtra.
  50. --
  51. --  The typical Xtra has a different filename for each operating system
  52. --  it runs on, therefore each record contains multiple fields to
  53. --  spell out each of those filenames.
  54. --
  55. --  Records are formatted using the syntax of a Lingo property list.
  56. --
  57. --  Example:
  58. --
  59. --  [#namePPC:"PPCXtra", #name68K: "68KXtra", #nameW32:"Win32Xtra.x32",
  60. --  #nameW16:"Win16.x16", #type:#lingo]
  61. --
  62. --
  63. --  Any line beginning with -- or ; is a comment, and will be ignored.
  64. --
  65. --
  66. --  PROPERTIES --
  67. --  The following are the properties for each Xtra.
  68. --
  69. --  For the Mac, Xtras should be one of the following (but not both):
  70. --     a) FAT
  71. --     b) separate 68K and/or PPC versions
  72. --
  73. --  #name68K: - filename for the Macintosh 68K version.
  74. --  #namePPC: - filename for the PowerMac version.
  75. --  #nameFAT: - filename for the Macintosh FatBinary version.
  76. --  #nameW16: - filename for the Win16 version.
  77. --  #nameW32: - filename for the Win32 version.
  78. --
  79. --  #type:     - following types are recognized.
  80. --    #asset   - a sprite or transition Xtra.
  81. --    #lingo   - a Lingo xtra.
  82. --    #mix     - a MIX import/export Xtra.
  83. --    #mixin   - a MIX import/export Xtra.  Automatically included
  84. --    in projectors whenever "Check Movies for Xtras" is selected in
  85. --    the projector options dialog.
  86. --    #net     - a network Xtra.  Needed for network access.
  87. --    #netlib  - network winsock library.
  88. --    #service - the MIX services Xtra.  Required by MIX Xtras.
  89. --
  90. --
  91. ; ** Director 6 Standard Set **
  92. ;
  93. ; Network Services
  94. [#namePPC:"GIF Import",#name68K:"GIF Import 68k",#nameW32:"GIF Import.x32",#nameW16:"mixgif.x16",#type:#net]
  95. [#namePPC:"INetUrl PPC Xtra",#nameW32:"INETURL.X32",#nameW16:"INETURL.X16",#type:#net]
  96. [#namePPC:"JPEG Import",#name68k:"JPEG Import 68k",#nameW32:"JPEG Import.x32",#nameW16:"mixjpeg.x16",#type:#net]
  97. [#namePPC:"NetFile PPC Xtra",#name68K:"NetFile 68K Xtra",#nameW32:"NETFILE.X32",#nameW16:"NETFILE.X16",#type:#net]
  98. [#namePPC:"NetLingo PPC Xtra",#name68K:"NetLingo 68K Xtra",#nameW32:"Netlingo.x32",#nameW16:"Netlingo.x16",#type:#net]
  99. [#namePPC:"NetManage WinSock Lib",#type:#netlib]
  100. ;
  101. ; MIX Services
  102. [#nameFAT:"Mix Services",#nameW32:"mix32.x32",#nameW16:"mix16.x16",#type:#service]
  103. ;
  104. ; MIX Importers
  105. [#nameFAT:"BMP Import Export",#nameW32:"BMP Import Export.x32",#nameW16:"mixbmp.x16",#type:#mix]
  106. [#namePPC:"GIF Import",#name68K:"GIF Import 68k",#nameW32:"GIF Import.x32",#nameW16:"mixgif.x16",#type:#mix]
  107. [#namePPC:"JPEG Import",#name68k:"JPEG Import 68k",#nameW32:"JPEG Import.x32",#nameW16:"mixjpeg.x16",#type:#mix]
  108. [#nameFAT:"LRG Import Export",#nameW32:"LRG Import Export.x32",#nameW16:"mixlrg.x16",#type:#mix]
  109. [#nameFAT:"MacPaint Import",#nameW32:"MacPaint Import.x32",#nameW16:"mixmcpnt.x16",#type:#mix]
  110. [#nameFAT:"Palette Import",#nameW32:"Palette Import.x32",#nameW16:"mixpal.x16",#type:#mix]
  111. [#nameFAT:"Photoshop 3.0 Import",#nameW32:"Photoshop 3.0 Import.x32",#nameW16:"mixps30.x16",#type:#mix]
  112. [#nameFAT:"Photoshop CLUT Import",#nameW32:"Photoshop CLUT Import.x32",#nameW16:"mixclut.x16",#type:#mix]
  113. [#nameFAT:"PNG Import Export",#nameW32:"PNG Import Export.x32",#nameW16:"mixpng.x16",#type:#mix]
  114. [#namePPC:"Sound Import Export",#name68k:"Sound Import Export 68k",#nameW32:"Sound Import Export.x32",#nameW16:"mixsound.x16",#type:#mixin]
  115. [#namePPC:"SWA Decompression PPC Xtra",#name68K:"SWA Decompression 68K Xtra",#nameW32:"swadcmpr.x32",#nameW16:"swadcmpr.x16",#type:#mixin]
  116. [#namePPC:"SWA Import",#name68k:"SWA Import 68k",#nameW32:"SWA Import.x32",#nameW16:"mixswa.x16",#type:#mix]
  117. [#namePPC:"SWA Streaming PPC Xtra",#name68K:"SWA Streaming 68K Xtra",#nameW32:"SWASTRM.X32",#nameW16:"SWASTRM.x16",#type:#mixin]
  118. [#nameFAT:"Targa Import Export",#nameW32:"Targa Import Export.x32",#nameW16:"mixtarga.x16",#type:#mix]
  119. [#nameFAT:"TIFF Import Export",#nameW32:"TIFF Import Export.x32",#nameW16:"mixtiff.x16",#type:#mix]
  120. ;
  121. ;
  122. ; ** Misc **
  123. ;
  124. ; Custom Cursor
  125. [#namePPC:"CursorsPPC", #nameW32:"Cursor.x32", #type:#asset]
  126. ;
  127. ; Flash Asset
  128. [#namePPC:"Flash Asset PPC", #nameW32:"Flash Asset.x32", #type:#asset]
  129. ;
  130. ; QT3
  131. [#namePPC:"QuickTime Asset PPC", #nameW32:"QuickTime Asset.x32", #type:#asset]
  132. ;
  133. ; QuickDraw 3D
  134. [#namePPC:"QuickDraw 3D Xtra", #nameW32:"QD3DXtra.x32", #type:#asset]
  135. ;
  136. ; QuicktimeVR
  137. [#nameFAT:"QTVRXtra", #nameW32:"QTVRW32.x32", #nameW16:"QTVRW.x16", #type:#lingo]
  138. ;
  139. ; Button Editor
  140. [#nameFAT:"Button Editor", #nameW32:"Buttoned.x32", #nameW16:"Buttoned.x16", #type:#asset]
  141. ;
  142. ; FileIO
  143. [#nameFAT:"FileIOXtraFat", #nameW32:"FILEIO.X32", #nameW16:"FILEIO16.X16", #type:#lingo]
  144. ;
  145. ; Following are examples from the first version of the XDK
  146. [#nameFAT:"BeepFat", #nameW32:"Beep.x32", #nameW16:"Beep16.x16", #type:#lingo]
  147. [#nameFAT:"ovalspriteFat", #nameW16:"oval16.x16", #nameW32:"oval32.x32", #type:#asset]
  148. ;
  149. ;
  150. ;
  151. ;
  152. ; ** Third Party **
  153. ;
  154. ; PrintOMatic Lite from g/matter, inc.
  155. ; http://www.gmatter.com/
  156. [#nameFAT:"PrintOMatic Lite", #nameW32:"POMLITE.x32", #nameW16:"POMLITE.x16", #type:#lingo ]
  157. ;
  158. ; PopMenu from g/matter, inc.
  159. ; http://www.gmatter.com/
  160. [#nameFAT:"PopMenu Xtra¬", #nameW32:"POPMENU.X32", #nameW16:"POPMENU.X16", #type:#lingo ]
  161. ;
  162. ; V12-DBE for Director by Integration New Media, Inc.
  163. ; http://www.integration.qc.ca/
  164. [#nameFAT:"V12-DBE for Director.Xtr", #nameW32:"V12-DBE for Director.X32", #nameW16:"V12-DBE for Director.X16", #type:#lingo]
  165. ;
  166. ; ShockTalk by Digital Dreams
  167. ; http://www.surftalk.com/
  168. [#nameFAT:"ShockTalk", #nameW32:"ShockTalk.x32", #type:#lingo]
  169. ;
  170. ; MathXtras by Maxwell Technologies
  171. ; http://www.maxwell.com/
  172. [#nameFAT:"MXCalcSpriteFat", #nameW32:"MXcalc32.x32", #nameW16:"MXcalcPO.x16", #type:#asset]
  173. [#nameFAT:"MXCntrSpriteFat", #nameW32:"MXcntr32.x32", #nameW16:"MXcntrPO.x16", #type:#asset]
  174. [#nameFAT:"MXEquatSpriteFat", #nameW32:"MXeqat32.x32", #nameW16:"MXeqatPO.x16", #type:#asset]
  175. [#nameFAT:"MXGraphSpriteFat", #nameW32:"MXGraph32.x32", #nameW16:"MXgrphPO.x16", #type:#asset]
  176. [#nameFAT:"MXSliderSpriteFat", #nameW32:"MXsldr32.x32", #nameW16:"MXsldrPO.x16", #type:#asset]
  177. [#nameFAT:"MXSpeedoSpriteFat", #nameW32:"MXsped32.x32", #nameW16:"MXspedPO.x16", #type:#asset]
  178. [#nameFAT:"MXTableSpriteFat", #nameW32:"MXtabl32.x32", #nameW16:"MXtablPO.x16", #type:#asset]
  179. ;
  180. ;
  181.